runtime.m.procid (field)

9 uses

	runtime (current package)
		heapdump.go#L558: 		dumpint(mp.procid)
		os_linux.go#L415: 	getg().m.procid = uint64(gettid())
		os_linux.go#L576: 	tgkill(getpid(), int(mp.procid), sig)
		os_linux.go#L682: 	sevp.sigev_notify_thread_id = int32(mp.procid)
		os_linux.go#L841: 		for atomic.Load64(&mp.procid) == 0 {
		os_linux.go#L850: 	tid := gp.m.procid
		os_linux.go#L852: 		if atomic.Load64(&mp.procid) == tid {
		os_linux.go#L862: 		if mp.procid == tid {
		runtime2.go#L540: 	procid        uint64            // for debuggers, but offset not hard-coded